Installation Rights

Both Windows and Linux installers require administrative rights.

Windows

Right-click on the installer and choose "Run as administrator"

Linux
  • First copy the "RUN" installer file to the target host machine
  • Give the file execute permissions

sudo chmod +x /path/installFile.run

  • Next, run the file with administrative rights:

sudo /path/installFile.run